home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / ffg155.zip / UTIL_BAT.ZIP / BEFORE.BAT next >
DOS Batch File  |  1993-08-19  |  308b  |  14 lines

  1. @echo off
  2. cls
  3. if %1.==. goto USAGE
  4.   echo Here is a listing of files created/modified before %1.
  5.   ffg /p *:* /d-%1
  6.   goto END
  7. :USAGE
  8.   echo USAGE:
  9.   echo          %0 MM/DD/YY        where MM/DD/YY is a valid FFG date
  10. :END
  11. @echo off
  12. echo Done.  Press any key for next demonstration...
  13. pause>nul
  14.